b0c659
@@ -316,7 +316,6 @@
long freeSpaceUnix(String path, boolean kb, boolean posix) throws IOException {
         if (path.length() == 0) {
             throw new IllegalArgumentException("Path must not be empty");
         }
-        path = FilenameUtils.normalize(path);
 
         // build and run the 'dir' command
         String flags = "-";
